INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b5eea084a081275c8ab8bc61f1c232b859f69ccf1ec746e4e4095c2d6051ac55', 
    'PRngStYRbqhGUimSf1gh6AOHbP7s3Z96wcAesxXw/N8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00205

Result

int(1)