INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '41505b47ba4605dbccd6f0dcace2ec40cbe91fd8f8e22a5d8367312a2a13a41e', 
    'lJfPY5r/7atxpaF/rXD/K1YUDrEv4A75Iu7JsoneBu8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)