INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4aa1358120ed22e103b96e24cdfdcf88e8f30d2081a0f18dffd9b3ffe8542575', 
    'GyioVvWmUeCcQ8EG1ocZW+Z1LjErJtfOetfEiO/TELs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)