INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4c635d4ed994d513ec0b92eea9ce3d53061f0d6ddce166b4736a1b6e05801141', 
    'JeOtx8cZnVCIQnT/fJglB1/4jTsfaWm6ee6Gjj+I5Jw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)